OpenRoads Designer CONNECT Edition SDK Help

Clip Method

Clips the LinearElement and returns the result.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearElement Clip( ICollection<DPoint3d> clipBoundary,bool outside)

Parameters

SettingDescription
  (DPoint3d) The ClipBoundary
   Clip outside or inside?

Return Value

LinearElement The New LinearElement or null is it failed.

See Also